home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ 12⁄22⁄89 / 0213-TTextListView Select-Dec89 next >
Encoding:
Text File  |  1989-12-22  |  1.5 KB  |  41 lines  |  [TEXT/GEOL]

  1. Item    5220645                         15-Dec-89        21:40
  2.  
  3. From:   MADA2                           MacApp Dev Assoc, Curtis Faith
  4.  
  5. To:     MACAPP.TECH$                    MacApp Technical
  6.         MACDTS                          Macintosh Developer Tech. Supt.
  7.         MACAPP.TEST                     MacApp SQA Team
  8.  
  9. Sub:    TTextListView Selection Bug
  10.  
  11. The following was sent to me on Compuserve:
  12.  
  13. ___________________________________________
  14. Fm: Eric Knight 71531,277
  15. To: Curtis Faith 74170,101
  16.  
  17. Curtis,
  18.     I was hoping you would relay the following what-I-think-is-a-bug to the
  19. MacApp group via AppleLink.  I will soon have an AppleLink address and will be
  20. able to do it myself.  Until then, thanks in advance.
  21.  
  22. Macintosh II with 5 megs
  23. Using System 6.0.4, MPW 3.0, Pascal 3.0, MacApp 2.0B9
  24.  
  25. In a TTextListView with multiple selections allowed a command-shift-click on a
  26. cell does not react properly.  Although this is not a legitimate key-mouse
  27. sequence for a normal TTextListView, it should either do nothing or act as a
  28. shift-click or command-click only.  I can even produce a System Error ID=01
  29. with a non-debug application by: selecting a single line, command-selecting a
  30. line a few cells above the selection, and shift-command selecting a line
  31. in-between the two selections...boom!    I haven't tested it, but guess that
  32. the same thing would happen with any TGridView.
  33.  
  34. I've overriden DoMouseCommand to solve the problem temporarily, but I think it
  35. is a bug that needs fixing.
  36.  
  37. Thank you...
  38.            Eric Knight
  39.  
  40.  
  41.